/*
Use this file to add your custom CSS declarations to the theme. Make sure you check the option, in the Theme Options panel, to load your custom.css file.
*/

#maincont{
padding:0 15px 20px;
font-size:12px;
color:#000;
text-align:justify;
line-height:20px;
}

#maincont h1{
text-align:center;
font-size:25px;
fotn-weight:bold;
text-shadow:1px 1px 1px #ADB7DB;
}

#maincont h2{
text-align:center;
font-size:22px;
fotn-weight:bold;
text-shadow:1px 1px 1px #ADB7DB;
}

#maincont h3{
text-align:center;
font-size:20px;
fotn-weight:bold;
text-shadow:1px 1px 1px #ADB7DB;
}


/***** quote buttons ****/

.qotbtn{
float:right;
margin-top:65px;
}
		
.qotbtn a{
padding: 5px 10px;
text-decoration:none;
color: #fff;
background:#0053A0;
text-shadow:none;
font-size: 50px;
border:2px solid #fff;
opacity:.8;
text-shadow:2px 2px 4px #000000;
}


.qotbtn a:hover{
padding: 5px 10px;
text-decoration:none;
color: #000;
background:#ADB7DB;
text-shadow:none;
border:2px solid #000;
opacity:1;
text-shadow:2px 2px 4px #fff;
}

.qot{
float:left;
}
		
.qot a{
padding: 5px 10px;
text-decoration:none;
color: #fff;
background:#0053A0;
text-shadow:none;
font-size: 20px;
}


.qot a:hover{
padding: 5px 10px;
text-decoration:none;
color: #000;
background:#ADB7DB;
text-shadow:none;
}
